home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pokerwin.zip / HISTORY.TXT < prev    next >
Text File  |  1991-09-19  |  1KB  |  42 lines

  1. /*-------------------------------------------------------------------------*\
  2.  
  3.    SMF Casino Poker for Microsoft Windows 3.0
  4.    Copyright (c) 1991  Paul G. D'Ascensio  All Rights Reserved
  5.  
  6.    SMF Casino Poker is a simulation of the draw poker games found in
  7.    the casinos in Atlantic City, NJ.
  8.  
  9.    Revision History:
  10.     June 25, 1991
  11.         Started poker project.
  12.  
  13.     July 16, 1991    version 1.0
  14.         First public release.  Uploaded to WINADV & IBMNEW on Compuserve.
  15.  
  16.     August 2, 1991    version 1.1
  17.         Condensed data to one segment to allow users to run multiple
  18.             instances.
  19.         Moved Win/Loss box down so you can see 'all' of the cards.
  20.         Added a button to the Win/Loss box so you can deal
  21.             the next hand immediately.
  22.         Fixed coin/coins grammar bug.
  23.         Released beta only.
  24.  
  25.     August 18, 1991 version 1.2
  26.         Changed the win/loss routine so players can get a hint
  27.             if they won on the first deal.
  28.         Added the saving of the coins bet and machine type along with
  29.             the text and background colors.
  30.         Released beta only.
  31.  
  32.     September 20, 1991 version 1.3
  33.         Changed the payouts to reflect a truer payout to the machines in
  34.             Atlantic City.
  35.         Change the card play to point to the cards the player wants to
  36.             Hold instead of discard.
  37.         Added update of cash display on a winning hand immediately.
  38.         Added a Double Up option to winning hands.
  39.         Added online Windows style Help.
  40.         Released public.
  41.  
  42. \*-------------------------------------------------------------------------*/